fixed push_in description.
authorTim Janik <timj@imendio.com>
Wed, 27 Jun 2007 09:58:38 +0000 (09:58 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 27 Jun 2007 09:58:38 +0000 (09:58 +0000)
Wed Jun 27 11:57:13 2007  Tim Janik  <timj@imendio.com>

        * gtk/tmpl/gtkmenu.sgml: fixed push_in description.

svn path=/trunk/; revision=18257

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkmenu.sgml

index 97c716abf33f0ed591e0b5f39a4d815873f43d74..235e1274558921b2bd624783a75997c7659aa2af 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jun 27 11:57:13 2007  Tim Janik  <timj@imendio.com>
+
+       * gtk/tmpl/gtkmenu.sgml: fixed push_in description.
+
 2007-06-25  Matthias Clasen <mclasen@redhat.com>
 
        * gtk/Makefile.am:
index e0048f1fdd8232c421fbdabb58d93c188b698ae6..d7a8e812d22896ca1f47e01e163245892b0f1607 100644 (file)
@@ -394,8 +394,8 @@ and @y parameters to the coordinates where the menu is to be drawn.
 menu shall be drawn.  This is an output parameter.
 @y: address of the #gint representing the vertical position where the
 menu shall be drawn.  This is an output parameter.
-@push_in: whether the menu should be pushed in to be completely inside the
-  screen instead of just clamped to the size to the screen.
+@push_in: whether the first menu item should be offset (pushed in) to be
+          aligned with the menu popup position (only useful for GtkOptionMenu).
 @user_data: the data supplied by the user in the gtk_menu_popup() @data
 parameter.
 
@@ -407,6 +407,7 @@ will be called when the menu is later detached from the widget.
 </para>
 
 @attach_widget: the #GtkWidget that the menu is being detached from.
+
 @menu: the #GtkMenu being detached.